const crypto/internal/fips140/sha3.dsbyteSHA3
7 uses
crypto/internal/fips140/sha3 (current package)
hashes.go#L9: return &Digest{rate: rateK448, outputLen: 28, dsbyte: dsbyteSHA3}
hashes.go#L14: return &Digest{rate: rateK512, outputLen: 32, dsbyte: dsbyteSHA3}
hashes.go#L19: return &Digest{rate: rateK768, outputLen: 48, dsbyte: dsbyteSHA3}
hashes.go#L24: return &Digest{rate: rateK1024, outputLen: 64, dsbyte: dsbyteSHA3}
hashes.go#L35: dsbyteSHA3 = 0b00000110
sha3.go#L181: case dsbyteSHA3:
sha3.go#L207: case magic == magicSHA3 && d.dsbyte == dsbyteSHA3:
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)